{% include 'structure/header.html' %} {% include 'structure/navbar.html' %}

Login

{% if error %}
{{ error }}
{% endif %} {% if success %}
{{ success }}
{% endif %}
{% include 'structure/footer.html' %}